Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch from circle to GitHub Actions & initialize go module #19

Merged
merged 2 commits into from
Feb 21, 2023

Conversation

erikdw
Copy link
Contributor

@erikdw erikdw commented Feb 8, 2023

The make test command was failing on go1.19 without a go.mod file. So created go.mod by running:

go mod init
go mod tidy

The `make test` command was failing on go1.19 without a `go.mod` file.
So created `go.mod` by running:

```
go mod init
go mod tidy
```
@erikdw erikdw changed the title switch from circle to GitHub Actions switch from circle to GitHub Actions & initialize go module Feb 8, 2023
@erikdw erikdw requested a review from lmarburger February 8, 2023 10:57
@erikdw erikdw merged commit 96f15d1 into master Feb 21, 2023
@erikdw erikdw deleted the erikdw/move-from-circle-to-github-actions branch February 21, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants